
/* Override */
header { background-color: unset !important;}




.Normal, body, li p, p {
    font-size: unset;
    line-height: unset;
}

/* Gallery */

.gallery-tag-novo { position: absolute;
    top: 6px;
    background: white;
    border-radius: 0px 10px 10px 0px;
    font-size: 0.9em;
    font-weight: bold;
    width: 58px;
    text-align: center;
    color: #f5a134;
    left: 0px;
    z-index: 1; } 

    .gallery-tag-FotosCategoria {
        position: absolute;
        top: 6px;
        right: 4px;
        background-color: #f5a134;
        font-family: 'Rajdhani';
        border-radius: 10px;
        min-width: 29px;
        text-align: center;
        padding: 0px 10px 0px 10px;
        color: white;
        font-weight: bold;
        z-index: 1; 
    }

    .image-gallery-caption {
        display: block;
        font-family: 'Rajdhani';
        font-weight: 600;
        line-height: 16px;
        padding: 20px 10px 20px 10px;
        background-color: #fff1e0;
        margin-bottom: 12px;
        min-height: 71px;
        font-size: 16px;
        color: #004e90;
    }

